EMT Practice Test
1. Question Content...
Question3: What is the default action of the split command on an input file?
Question10: What is true regarding the configuration of yum? (Choose two.)
Question13: Which of the following commands redirects the output of lsto standard error?
ls >-1
Question15: In Bash, inserting 2>&1 after a command redirects:
Question25: Which of the following statements is correct for a command ending with an &character?
Question34: In Bash, inserting 1>&2 after a command redirects
Question35: Which of the following statements is correct regarding the command foo 1> bar?
Question40: Which of the following files exist in a standard GRUB 2 installation? (Choose two.)
Question41: Which of the following commands lists the dependencies of the RPM package file foo.rpm?
Question43: Where does the BIOS search for a bootloader?
Question49: During a system boot cycle, what program is executed after the BIOS completes its tasks?
Question52: Regarding the command:
nice -5 /usr/bin/prog
Which of the following statements is correct?
Question54: Which of the following commands displays the contents of a gzip compressed tar archive?
Question55: Which of the following commands shows the definition of a given shell command?
Question61: Which of the following commands will produce the following output?
Question66: What does the command mount --bind do?
Question70: Which of the following regular expressions represents a single upper-case letter?
Question72: What information can the lspcicommand display about the system hardware? (Choose three.)
Question80: What is the process ID number of the initprocess on a System V init based system?
Question92: Which of the following commands is used to modify quota settings? (Choose two.)
Question94: What can the Logical Volume Manager (LVM) be used for? (Choose THREE correct answers.)
Question96: What is the purpose of the xargs command?
Question98: Which of the following are valid stream redirection operators within Bash? (Choose two.)
Question104: What is true regarding the command
ls > files
if files does not exist?
Question106: Which of the following are modes of the vi editor? (Choose two.)
Question107: In compliance with the FHS, in which of the directories are man pages found?
/opt/man/
